Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to distroless/java11-debian11 as base OS #127

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Conversation

@lyoung-confluent lyoung-confluent requested review from a team as code owners February 7, 2023 19:10
@@ -17,7 +17,7 @@
# under the License.
#

ARG JDK_VERSION=8
ARG JDK_VERSION=11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note that this argument is just the default. I think it's ok to change it, but the actual value for the argument actually gets defined via https://github.com/confluentinc/druid/blob/24.0.2-confluent/distribution/pom.xml#L46

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, upstream it was also updated to 11 as the default in the dockerfile as well so figured we should here

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version we run still defaults to 8 https://github.com/apache/druid/blob/druid-24.0.2/distribution/docker/Dockerfile#L20, but since distroless doesn't have 8 anymore changing it here makes sense.

@xvrl xvrl merged commit 6dfe2cd into 24.0.2-confluent Feb 7, 2023
@xvrl xvrl deleted the jdk-11 branch February 7, 2023 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants